projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742af32
)
Fix ChangeLog typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000
(09:53 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000
(09:53 -0700)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 5ff6a577280cec025b8bcb77afd0b3ed6f7700ba..e8b39fca7e6589472b44b072a58b9bb920829252 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-5,7
+5,7
@@
(set_char_table_purpose): New functions,
replacing CSET. All uses changed. For example, replace
"CSET (XCHAR_TABLE (char_table), parent, parent);" with
- "
char_table_set
_parent (char_table, parent);".
+ "
set_char_table
_parent (char_table, parent);".
The old version was confusing because it used the same name
'parent' for two different things.